Welcome![Sign In][Sign Up]
Location:
Search - p2p socket

Search list

[File Operatesocket实现点对点文件传输

Description: 简单用SOCKET实现本地文件传输,,,,,,,,,,,,,,,,,,支持多种文件欢迎大家下载,,,,,,,,,,,,,,,,,,, 绝对可用-it can trasport files in p2p mode using socket,it support many types,welcome to use.
Platform: | Size: 1815 | Author: 老大不小 | Hits:

[WinSock-NDISsocket

Description: 简单聊天,P2P形式,运用SOCKET编程实现。希望大家多多指点
Platform: | Size: 30456 | Author: 刘全广 | Hits:

[P2PP2pSocket

Description: 在p2p中应用socket-P2p application in the socket
Platform: | Size: 8192 | Author: 曲飚 | Hits:

[Windows DevelopJAVA-source

Description: 该压缩包包括以下内容:Java SMTP协议电子邮件传送剖析,Java语言实现对网络服务器搜索,JCOMToACAD,用JAVA 实现P2P网络通信,投稿文章,基于URL的Web服务器数据访问,Matlab环境下Socket网络功能的实现,ImageProcess等八个源程序-the compressed include the following : Java SMTP E-mail analysis Java language for network servers search JCOMToACAD. JAVA using peer-to-peer network communication, writing articles, based on the URL of the Web server data access, Matlab environment Socket networking capabilities to achieve eight source ImageProcess
Platform: | Size: 544768 | Author: 尹志远 | Hits:

[Internet-Networkp2p_src

Description: 一个p2p的原代码,socket的建立连接在p2p方面的实现.p2p不再神秘-one of the original code, the socket connects to the peer-to-peer connection is achieved. p2p no longer mysterious
Platform: | Size: 33792 | Author: | Hits:

[ICQ-IM-ChatCSharpFileTran

Description: 不错的基于socket编程的点对点CSharp开发的文件传输,不是FTP形式的。-good socket programming based on the point-to-point CSharp development of the document transmission, FTP is not the form.
Platform: | Size: 57344 | Author: | Hits:

[Sniffer Package captureWindowsNetAndConmunicationDesign

Description: 讲述Windows网络程序设计的入门教程,展示了各种Windows I/O的方法,详细说明了高性能可伸缩性服务器的开发过程,并给出详细的实现代码。将编程方法、网络协议和应用实例有机组合起来,详细介绍了Internet广播和IP多播、原始套接字、SPI、LAN和WAN上的扫描和侦测技术、网络数据的窃取和保护、ARP欺骗、IP欺骗等。详细演示了协议驱动的开发过程,介绍了NDIS编程接口。在编程实践中学习P2P程序设计、讨论了穿透防火墙、NAT等直接建立UDP和TCP连接的各种方案。包含了Windows个人防火墙的完整实例代码,防火墙采用应用层(SPI)核心层(IMD驱动)双重过滤机制,能够有效地抵挡网络入侵和攻击。提供了大量的完整的实例,许多例子稍做修改即可应用到实际项目中。-on Windows network programming tutorial for beginners, Windows display a variety of I/O methods, a detailed description of high-performance, scalable server development process, and gives detailed codes. Will be programming, network protocol and application examples of organic composition, Details on the Internet radio and IP Multicasting, the original socket, SPI, LAN and WAN on the scanning and detection technology, network and data theft protection, to deceive the ARP, IP deception. Details of the agreement demo-driven development process, NDIS Programming Interface. Programming in practice learning P2P program design, discussed the penetration of firewalls, NAT establish direct UDP and TCP connections to the various programs. Windows includes a complete personal firewall code example
Platform: | Size: 2154496 | Author: 王勇 | Hits:

[CommunicationP2P_No_Folder_Support

Description: 用VC+Socket实现的P2P点对点文件系统共享系统,虽不是很完善,但里面的策略和方法值得大家借鉴,只供学习和研究之用。-VC+ Socket peer-to-peer P2P file system sharing system, although not perfect, But inside the strategies and methods warrants from the use of learning and research purposes.
Platform: | Size: 124928 | Author: 王呈光 | Hits:

[P2Pp2pTran

Description: 利用socket实现p2p对话和文件传输-Socket realize the use of dialogue and p2p file transfer
Platform: | Size: 17408 | Author: 解旻 | Hits:

[P2Pcode0001

Description: 用vb编写的小程序,用于实现局域网内的P2P通讯,属于基本实现,可以借此学习socket的应用。-Vb prepared using a small program for the realization of the P2P network communications, are essential to achieve, you can take this learning socket applications.
Platform: | Size: 12288 | Author: 凌瀚宇 | Hits:

[ICQ-IM-Chatchat

Description: 本案例是一个网络聊天工具的实现,提供了基本的聊天的功能,通过此例能学习到如何利用Socket建立服务器程序和客户端程序以及关于多进程间调度等方面的知识-This case is a network chat tool, providing the basic chat functions, through this case study into how to set up Socket server and client procedures and processes regarding many aspects of scheduling knowledge
Platform: | Size: 97280 | Author: 张洪铭 | Hits:

[Windows DevelopVCWinSockProgramming

Description: 1. WinSock学习笔记(一) 2 2. WinSock学习笔记(二) 11 3. 使用CSockets进行文件传送 17 4. 基于UDP的网络通迅程序 19 5. 点对点多线程断点续传的实现 22 6. Windows Socket 网络编程(一) 34 7. Windows Socket 网络编程(二) 36 8. Windows Sockets 网络编程(三) 40 9. TCP实现P2P通信(TCP穿越NAT/TCP打洞) 44 10. 深入 CSocket 编程之阻塞和非阻塞模式 57 -#define FD_SETSIZE 64? typedef struct fd_set { u_int fd_count /* how many are SET?*/ SOCKET fd_array[FD_SETSIZE] /* an array of SOCKETs*/ } fd_set
Platform: | Size: 190464 | Author: netdavid | Hits:

[Internet-NetworkMultiChatLib

Description: 基于比特精灵多人聊天基础,采用P2P技术,里面实现了完成的 线程库,内存库,和socket通讯类,含TCP和UDP ,代码很经典,执行效率很高,有需要的同学,可以自行下载,仅供学习使用,不得用于商业,否则后果自负。-Chat based on Bitspirit people using P2P technology, which achieved the completion of the thread library, the memory bank, and the socket communications, including TCP and UDP, the code is very classic, very high efficiency in the implementation, there is a need for students, free to download , only to learn to use, not for commercial, or peril.
Platform: | Size: 220160 | Author: 天一 | Hits:

[P2P78687687687

Description: socket网络编程,文件传输,P2P技术的应用-socket network programming, file transfer, P2P technology
Platform: | Size: 1980416 | Author: 陈湫 | Hits:

[ICQ-IM-ChatLan-Chat

Description: J2SE编写的一个局域网点对点聊天工具,每个程序同时作为服务器和客户端,使用Java Socket通过IP地址建立连接,可以显示对方信息、文字聊天和互传文件-J2SE written a local area network P2P chat tool, each program can act as both server and client, using Java Socket to connect with the IP address, you can display other information, text chat and file transfer each
Platform: | Size: 174080 | Author: stream | Hits:

[P2PP2P

Description: C# udp p2p socket 信息通讯-C# udp p2p socket wat im message
Platform: | Size: 100352 | Author: plit001 | Hits:

[P2PJava-socket

Description: 在Uinx/Linux/Windows 环境下通过socket方式实现一个基于Client/Server 或是P2P模式的文件传输程序-Java Socket
Platform: | Size: 1024 | Author: 马正梁 | Hits:

[P2Psocket-filetransfer

Description: p2p 、socket tcp 实现文件传输,挺好的。-file transfer
Platform: | Size: 5120 | Author: xmf | Hits:

[P2Psocket-study

Description: p2p文件编程 socket 多线程 教程,一步一步教你入门-file transfer
Platform: | Size: 396288 | Author: xmf | Hits:

[Internet-Networksocket

Description: 利用winsock2实现TCP点对点通讯(Implementation of P2P communication by winsock2)
Platform: | Size: 339968 | Author: hellozzp | Hits:
« 1 23 4 5 6 »

CodeBus www.codebus.net